home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / demos / aga / abstrx.dms / in.adf / S / Startup-Sequence.bak < prev    next >
Encoding:
Text File  |  1993-07-26  |  445 b   |  28 lines

  1. ; $VER: AbstraxPig Startup 1.0 (18.9.93)
  2.  
  3. C:SetPatch QUIET
  4. C:Version >NIL:
  5.  
  6. ; Assign Preferences Archive...
  7.  
  8. Assign >NIL: ENV: SYS:Prefs/Env-Archive
  9.  
  10. ; Set this ENV variable to YES or NO depending on
  11. ; whether or not you want AbstraxPig to loop at the end (Reboot..)
  12.  
  13. C:SetEnv Abstrax/Loop NO
  14.  
  15. ; Type the messy and run the PIG
  16.  
  17. C:Type S:VSI
  18. SYS:AbstraxPig
  19.  
  20. ; Set up Workbench preferences...
  21.  
  22. C:IPrefs
  23.  
  24. ; Load Workbench...
  25.  
  26. C:LoadWB
  27. EndCLI >NIL:
  28.